Class WEPProcessImpl

All Implemented Interfaces:
IPCObject, Process, WEPProcess
Direct Known Subclasses:
WPAProcessImpl

public class WEPProcessImpl extends ProcessImpl implements WEPProcess
Information provided by the PKI file:

    \class WEPProcess
    
    \brief WEPProcess handles and manipulates the WEP encryption process on wireless clients.
    
    \example network().getDevice("PC0").getProcess("WirelessClient").getWepProcess()
    
Author:
Auto-generated
  • Constructor Details

  • Method Details

    • setKey

      public void setKey(String key)
      Information provided by the PKI file:
      
          \brief Sets the WEP key.
          
          \param key, the WEP key.
          
              
      Specified by:
      setKey in interface WEPProcess
      Parameters:
      key - Takes in a parameter of key
    • getKey

      public String getKey()
      Information provided by the PKI file:
      
          \brief Returns the WEP key.
          
          \return string, the WEP key.
          
              
      Specified by:
      getKey in interface WEPProcess
      Returns:
      String Returns a String
    • getUserId

      public String getUserId()
      Information provided by the PKI file:
      
          \brief Returns the User Id.
          
          \return string, the User Id.
          
              
      Specified by:
      getUserId in interface WEPProcess
      Returns:
      String Returns a String
    • getPasswd

      public String getPasswd()
      Information provided by the PKI file:
      
          \brief Returns the Password.
          
          \return string, the password.
          
              
      Specified by:
      getPasswd in interface WEPProcess
      Returns:
      String Returns a String
    • setUserId

      public void setUserId(String userId)
      Information provided by the PKI file:
      
          \brief Set User Id.
          
          \param userId, the User Id string.
          
              
      Specified by:
      setUserId in interface WEPProcess
      Parameters:
      userId - Takes in a parameter of userId
    • setPasswd

      public void setPasswd(String pwd)
      Information provided by the PKI file:
      
          \brief Set password.
          
          \param pwd, the password string.
          
              
      Specified by:
      setPasswd in interface WEPProcess
      Parameters:
      pwd - Takes in a parameter of pwd